home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / print / AttributeUpdater.class (.txt) next >
Encoding:
Java Class File  |  2006-11-29  |  162 b   |  8 lines

  1. package sun.print;
  2.  
  3. import javax.print.attribute.PrintServiceAttributeSet;
  4.  
  5. interface AttributeUpdater {
  6.    PrintServiceAttributeSet getUpdatedAttributes();
  7. }
  8.